Skip to content

Update frequenz-client-assets requirement from <0.2,>=0.1.0 to >=0.1.0,<0.3#27

Open
dependabot[bot] wants to merge 1 commit intov0.x.xfrom
dependabot/pip/frequenz-client-assets-gte-0.1.0-and-lt-0.3
Open

Update frequenz-client-assets requirement from <0.2,>=0.1.0 to >=0.1.0,<0.3#27
dependabot[bot] wants to merge 1 commit intov0.x.xfrom
dependabot/pip/frequenz-client-assets-gte-0.1.0-and-lt-0.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Updates the requirements on frequenz-client-assets to permit the latest version.

Release notes

Sourced from frequenz-client-assets's releases.

v0.2.0

Frequenz Assets API Client Release Notes

Summary

This release adds support for retrieving microgrid electrical component connections through a new client method and CLI command.

Upgrading

  • The get_microgrid and list_microgrid_electrical_components methods now expect an argument of type MicrogridId, instead of an int.
  • The PvInverter type has been renamed to SolarInverter, to be compatible with the microgrid api client.

New Features

  • This exposes the abstract Battery, EvCharger and Inverter types.

Component Connections API

  • New ComponentConnection class: Introduced to represent connections between electrical components in a microgrid
  • New client method: Added method to retrieve microgrid electrical component connections
  • CLI command extension: Added component-connections command to list component connections

Bug Fixes

What's Changed

New Contributors

Full Changelog: frequenz-floss/frequenz-client-assets-python@v0.1.0...v0.2.0

Commits
  • cd345b3 Merge pull request #55 from shsms/fixes
  • 228e3c4 Merge pull request #56 from llucax/merge-v0.1.0
  • bbf0910 Update release notes
  • 3a2f7cd Rename PvInverterSolarInverter
  • 2085eff Expose the abstract Battery, EvCharger and Inverter types
  • 7830989 Accept ElectricalComponentId in client methods, instead of ints
  • d9aa53e Accept MicrogridId instances in client methods, instead of ints
  • 704974e Use ElectricalComponentId in ComponentConnection
  • 0fe60f7 Merge pull request #54 from eduardiazf/chore/v0.1.0-sync
  • 6a6ccb1 docs: updated release notes
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [frequenz-client-assets](https://github.com/frequenz-floss/frequenz-client-assets-python) to permit the latest version.
- [Release notes](https://github.com/frequenz-floss/frequenz-client-assets-python/releases)
- [Changelog](https://github.com/frequenz-floss/frequenz-client-assets-python/blob/v0.x.x/RELEASE_NOTES.md)
- [Commits](frequenz-floss/frequenz-client-assets-python@v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: frequenz-client-assets
  dependency-version: 0.2.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Dec 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 1, 2025 21:23
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Dec 1, 2025
@dependabot dependabot bot requested a review from shsms December 1, 2025 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants